[INFO] cloning repository https://github.com/chriswininger/rustDLAFractals
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/chriswininger/rustDLAFractals" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchriswininger%2FrustDLAFractals", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchriswininger%2FrustDLAFractals'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 47e24440362424bb811b631b5d8e8c3e0bfb0367
[INFO] checking chriswininger/rustDLAFractals against try#163937523761cc0def32f1ba9ed63fdf65ad3478 for pr-156749
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchriswininger%2FrustDLAFractals" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/chriswininger/rustDLAFractals
[INFO] finished tweaking git repo https://github.com/chriswininger/rustDLAFractals
[INFO] tweaked toml for git repo https://github.com/chriswininger/rustDLAFractals written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/chriswininger/rustDLAFractals on toolchain 163937523761cc0def32f1ba9ed63fdf65ad3478
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+163937523761cc0def32f1ba9ed63fdf65ad3478" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/chriswininger/rustDLAFractals already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+163937523761cc0def32f1ba9ed63fdf65ad3478" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3e793bdf10248eb2ddbd6b0faebed8155c11b4589982e2893733958d93e8d540" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 96231a3d3199a0c7f5ca38bd345b7ac1a571b7eb3fec02e1f6e3b754755c60a6
[INFO] running `Command { std: "docker" "start" "96231a3d3199a0c7f5ca38bd345b7ac1a571b7eb3fec02e1f6e3b754755c60a6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "96231a3d3199a0c7f5ca38bd345b7ac1a571b7eb3fec02e1f6e3b754755c60a6" "/opt/rustwide/cargo-home/bin/cargo" "+163937523761cc0def32f1ba9ed63fdf65ad3478" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "96231a3d3199a0c7f5ca38bd345b7ac1a571b7eb3fec02e1f6e3b754755c60a6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "96231a3d3199a0c7f5ca38bd345b7ac1a571b7eb3fec02e1f6e3b754755c60a6" "/opt/rustwide/cargo-home/bin/cargo" "+163937523761cc0def32f1ba9ed63fdf65ad3478" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v0.1.4
[INFO] [stderr]    Compiling libc v0.2.58
[INFO] [stderr]    Compiling byteorder v1.3.2
[INFO] [stderr]     Checking adler32 v1.0.3
[INFO] [stderr]    Compiling bitflags v1.1.0
[INFO] [stderr]     Checking rand_jitter v0.1.4
[INFO] [stderr]     Checking inflate v0.4.5
[INFO] [stderr]    Compiling num-traits v0.2.8
[INFO] [stderr]    Compiling num-integer v0.1.41
[INFO] [stderr]    Compiling rand_pcg v0.1.2
[INFO] [stderr]    Compiling rand_chacha v0.1.1
[INFO] [stderr]    Compiling num-iter v0.1.39
[INFO] [stderr]    Compiling rand v0.6.5
[INFO] [stderr]     Checking rand_os v0.1.3
[INFO] [stderr]     Checking time v0.1.42
[INFO] [stderr]     Checking deflate v0.7.19
[INFO] [stderr]     Checking png v0.14.1
[INFO] [stderr]     Checking rustDLAFractals v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `i`
[INFO] [stdout]   --> src/dla/mod.rs:26:9
[INFO] [stdout]    |
[INFO] [stdout] 26 |     for i in 0..numPoints {
[INFO] [stdout]    |         ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `i`
[INFO] [stdout]   --> src/dla/mod.rs:26:9
[INFO] [stdout]    |
[INFO] [stdout] 26 |     for i in 0..numPoints {
[INFO] [stdout]    |         ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `point`
[INFO] [stdout]    --> src/dla/mod.rs:111:35
[INFO] [stdout]     |
[INFO] [stdout] 111 |           FieldPosition::OCCUPIED(point) => {
[INFO] [stdout]     |                                   ^^^^^ help: if this is intentional, prefix it with an underscore: `_point`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `coloredPoint`
[INFO] [stdout]    --> src/dla/mod.rs:134:32
[INFO] [stdout]     |
[INFO] [stdout] 134 |           FieldPosition::STUCK(coloredPoint) => {},
[INFO] [stdout]     |                                ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_coloredPoint`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `y`
[INFO] [stdout]    --> src/dla/mod.rs:164:21
[INFO] [stdout]     |
[INFO] [stdout] 164 |               .map(|y| {
[INFO] [stdout]     |                     ^ help: if this is intentional, prefix it with an underscore: `_y`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `x`
[INFO] [stdout]    --> src/dla/mod.rs:162:15
[INFO] [stdout]     |
[INFO] [stdout] 162 |         .map(|x| {
[INFO] [stdout]     |               ^ help: if this is intentional, prefix it with an underscore: `_x`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `point`
[INFO] [stdout]    --> src/dla/mod.rs:208:31
[INFO] [stdout]     |
[INFO] [stdout] 208 |       FieldPosition::OCCUPIED(point) => true,
[INFO] [stdout]     |                               ^^^^^ help: if this is intentional, prefix it with an underscore: `_point`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `point`
[INFO] [stdout]    --> src/dla/mod.rs:209:28
[INFO] [stdout]     |
[INFO] [stdout] 209 |       FieldPosition::STUCK(point) => true,
[INFO] [stdout]     |                            ^^^^^ help: if this is intentional, prefix it with an underscore: `_point`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `colorizedPoint`
[INFO] [stdout]    --> src/dla/mod.rs:222:28
[INFO] [stdout]     |
[INFO] [stdout] 222 |       FieldPosition::STUCK(colorizedPoint) => return true,
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_colorizedPoint`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `colorizedPoint`
[INFO] [stdout]    --> src/dla/mod.rs:223:31
[INFO] [stdout]     |
[INFO] [stdout] 223 |       FieldPosition::OCCUPIED(colorizedPoint) => {
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_colorizedPoint`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `colorizedPoint`
[INFO] [stdout]    --> src/dla/mod.rs:279:35
[INFO] [stdout]     |
[INFO] [stdout] 279 |           FieldPosition::OCCUPIED(colorizedPoint) => {
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_colorizedPoint`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `colorizedPoint`
[INFO] [stdout]    --> src/dla/mod.rs:282:32
[INFO] [stdout]     |
[INFO] [stdout] 282 |           FieldPosition::STUCK(colorizedPoint) => {
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_colorizedPoint`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `colorizedPoint`
[INFO] [stdout]    --> src/dla/mod.rs:300:35
[INFO] [stdout]     |
[INFO] [stdout] 300 |           FieldPosition::OCCUPIED(colorizedPoint) => {},
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_colorizedPoint`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `colorizedPoint`
[INFO] [stdout]    --> src/dla/mod.rs:301:32
[INFO] [stdout]     |
[INFO] [stdout] 301 |           FieldPosition::STUCK(colorizedPoint) =>{
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_colorizedPoint`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `point`
[INFO] [stdout]    --> src/dla/mod.rs:111:35
[INFO] [stdout]     |
[INFO] [stdout] 111 |           FieldPosition::OCCUPIED(point) => {
[INFO] [stdout]     |                                   ^^^^^ help: if this is intentional, prefix it with an underscore: `_point`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `coloredPoint`
[INFO] [stdout]    --> src/dla/mod.rs:134:32
[INFO] [stdout]     |
[INFO] [stdout] 134 |           FieldPosition::STUCK(coloredPoint) => {},
[INFO] [stdout]     |                                ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_coloredPoint`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `y`
[INFO] [stdout]    --> src/dla/mod.rs:164:21
[INFO] [stdout]     |
[INFO] [stdout] 164 |               .map(|y| {
[INFO] [stdout]     |                     ^ help: if this is intentional, prefix it with an underscore: `_y`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `x`
[INFO] [stdout]    --> src/dla/mod.rs:162:15
[INFO] [stdout]     |
[INFO] [stdout] 162 |         .map(|x| {
[INFO] [stdout]     |               ^ help: if this is intentional, prefix it with an underscore: `_x`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `point`
[INFO] [stdout]    --> src/dla/mod.rs:208:31
[INFO] [stdout]     |
[INFO] [stdout] 208 |       FieldPosition::OCCUPIED(point) => true,
[INFO] [stdout]     |                               ^^^^^ help: if this is intentional, prefix it with an underscore: `_point`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `point`
[INFO] [stdout]    --> src/dla/mod.rs:209:28
[INFO] [stdout]     |
[INFO] [stdout] 209 |       FieldPosition::STUCK(point) => true,
[INFO] [stdout]     |                            ^^^^^ help: if this is intentional, prefix it with an underscore: `_point`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `trials` is assigned to, but never used
[INFO] [stdout]   --> src/main.rs:24:8
[INFO] [stdout]    |
[INFO] [stdout] 24 |    let mut trials = 0;
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: consider using `_trials` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `trials` is never read
[INFO] [stdout]   --> src/main.rs:26:7
[INFO] [stdout]    |
[INFO] [stdout] 26 |       trials += 1;
[INFO] [stdout]    |       ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: maybe it is overwritten before being read?
[INFO] [stdout]    = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `colorizedPoint`
[INFO] [stdout]    --> src/dla/mod.rs:222:28
[INFO] [stdout]     |
[INFO] [stdout] 222 |       FieldPosition::STUCK(colorizedPoint) => return true,
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_colorizedPoint`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `colorizedPoint`
[INFO] [stdout]    --> src/dla/mod.rs:223:31
[INFO] [stdout]     |
[INFO] [stdout] 223 |       FieldPosition::OCCUPIED(colorizedPoint) => {
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_colorizedPoint`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `colorizedPoint`
[INFO] [stdout]    --> src/dla/mod.rs:279:35
[INFO] [stdout]     |
[INFO] [stdout] 279 |           FieldPosition::OCCUPIED(colorizedPoint) => {
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_colorizedPoint`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `isEmpty` is never used
[INFO] [stdout]    --> src/dla/mod.rs:263:6
[INFO] [stdout]     |
[INFO] [stdout]  21 | impl DLAField {
[INFO] [stdout]     | ------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 263 |   fn isEmpty(&self, x: i32, y: i32) -> bool {
[INFO] [stdout]     |      ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `colorizedPoint`
[INFO] [stdout]    --> src/dla/mod.rs:282:32
[INFO] [stdout]     |
[INFO] [stdout] 282 |           FieldPosition::STUCK(colorizedPoint) => {
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_colorizedPoint`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `dlaField` should have a snake case name
[INFO] [stdout]   --> src/main.rs:19:12
[INFO] [stdout]    |
[INFO] [stdout] 19 |    let mut dlaField =
[INFO] [stdout]    |            ^^^^^^^^ help: convert the identifier to snake case: `dla_field`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `saveToPNG` should have a snake case name
[INFO] [stdout]   --> src/main.rs:35:4
[INFO] [stdout]    |
[INFO] [stdout] 35 | fn saveToPNG(dlaField: &DLAField) {
[INFO] [stdout]    |    ^^^^^^^^^ help: convert the identifier to snake case: `save_to_png`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `dlaField` should have a snake case name
[INFO] [stdout]   --> src/main.rs:35:14
[INFO] [stdout]    |
[INFO] [stdout] 35 | fn saveToPNG(dlaField: &DLAField) {
[INFO] [stdout]    |              ^^^^^^^^ help: convert the identifier to snake case: `dla_field`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `colorizedPoint`
[INFO] [stdout]    --> src/dla/mod.rs:300:35
[INFO] [stdout]     |
[INFO] [stdout] 300 |           FieldPosition::OCCUPIED(colorizedPoint) => {},
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_colorizedPoint`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `positionHash` should have a snake case name
[INFO] [stdout]   --> src/dla/mod.rs:18:7
[INFO] [stdout]    |
[INFO] [stdout] 18 |   pub positionHash: Vec<Vec<FieldPosition>>
[INFO] [stdout]    |       ^^^^^^^^^^^^ help: convert the identifier to snake case: `position_hash`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `colorizedPoint`
[INFO] [stdout]    --> src/dla/mod.rs:301:32
[INFO] [stdout]     |
[INFO] [stdout] 301 |           FieldPosition::STUCK(colorizedPoint) =>{
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_colorizedPoint`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `numPoints` should have a snake case name
[INFO] [stdout]   --> src/dla/mod.rs:22:14
[INFO] [stdout]    |
[INFO] [stdout] 22 |   pub fn new(numPoints: i32, width: usize, height: usize) -> DLAField {
[INFO] [stdout]    |              ^^^^^^^^^ help: convert the identifier to snake case: `num_points`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `positionHash` should have a snake case name
[INFO] [stdout]   --> src/dla/mod.rs:24:13
[INFO] [stdout]    |
[INFO] [stdout] 24 |     let mut positionHash = DLAField::generateEmptyPositionHash(width, height);
[INFO] [stdout]    |             ^^^^^^^^^^^^ help: convert the identifier to snake case: `position_hash`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `getOneDimensionalRepresentation` should have a snake case name
[INFO] [stdout]   --> src/dla/mod.rs:46:10
[INFO] [stdout]    |
[INFO] [stdout] 46 |   pub fn getOneDimensionalRepresentation(&self, scale: usize) -> Vec<u8> {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_one_dimensional_representation`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `trials` is assigned to, but never used
[INFO] [stdout]   --> src/main.rs:24:8
[INFO] [stdout]    |
[INFO] [stdout] 24 |    let mut trials = 0;
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: consider using `_trials` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `oneDimensionalLen` should have a snake case name
[INFO] [stdout]   --> src/dla/mod.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 49 |     let oneDimensionalLen = width * height;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `one_dimensional_len`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `xOriginal` should have a snake case name
[INFO] [stdout]   --> src/dla/mod.rs:57:11
[INFO] [stdout]    |
[INFO] [stdout] 57 |       let xOriginal = x / scale as usize;
[INFO] [stdout]    |           ^^^^^^^^^ help: convert the identifier to snake case: `x_original`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `yOriginal` should have a snake case name
[INFO] [stdout]   --> src/dla/mod.rs:58:11
[INFO] [stdout]    |
[INFO] [stdout] 58 |       let yOriginal = y / scale as usize;
[INFO] [stdout]    |           ^^^^^^^^^ help: convert the identifier to snake case: `y_original`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `colorizedPoint` should have a snake case name
[INFO] [stdout]   --> src/dla/mod.rs:64:33
[INFO] [stdout]    |
[INFO] [stdout] 64 |         FieldPosition::OCCUPIED(colorizedPoint) => {
[INFO] [stdout]    |                                 ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `colorized_point`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `trials` is never read
[INFO] [stdout]   --> src/main.rs:26:7
[INFO] [stdout]    |
[INFO] [stdout] 26 |       trials += 1;
[INFO] [stdout]    |       ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: maybe it is overwritten before being read?
[INFO] [stdout]    = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `colorizedPoint` should have a snake case name
[INFO] [stdout]   --> src/dla/mod.rs:70:30
[INFO] [stdout]    |
[INFO] [stdout] 70 |         FieldPosition::STUCK(colorizedPoint) => {
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `colorized_point`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `nextState` should have a snake case name
[INFO] [stdout]   --> src/dla/mod.rs:88:10
[INFO] [stdout]    |
[INFO] [stdout] 88 |   pub fn nextState(&mut self) -> bool {
[INFO] [stdout]    |          ^^^^^^^^^ help: convert the identifier to snake case: `next_state`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `isDone` should have a snake case name
[INFO] [stdout]   --> src/dla/mod.rs:89:13
[INFO] [stdout]    |
[INFO] [stdout] 89 |     let mut isDone = true;
[INFO] [stdout]    |             ^^^^^^ help: convert the identifier to snake case: `is_done`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `cntStuck` should have a snake case name
[INFO] [stdout]   --> src/dla/mod.rs:92:13
[INFO] [stdout]    |
[INFO] [stdout] 92 |     let mut cntStuck = 0;
[INFO] [stdout]    |             ^^^^^^^^ help: convert the identifier to snake case: `cnt_stuck`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `curVal` should have a snake case name
[INFO] [stdout]    --> src/dla/mod.rs:104:13
[INFO] [stdout]     |
[INFO] [stdout] 104 |         let curVal =  &self.positionHash[x as usize][y as usize];
[INFO] [stdout]     |             ^^^^^^ help: convert the identifier to snake case: `cur_val`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `newPosition` should have a snake case name
[INFO] [stdout]    --> src/dla/mod.rs:115:19
[INFO] [stdout]     |
[INFO] [stdout] 115 |               let newPosition = self.findNextPosition(x as i32, y as i32);
[INFO] [stdout]     |                   ^^^^^^^^^^^ help: convert the identifier to snake case: `new_position`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `coloredPoint` should have a snake case name
[INFO] [stdout]    --> src/dla/mod.rs:134:32
[INFO] [stdout]     |
[INFO] [stdout] 134 |           FieldPosition::STUCK(coloredPoint) => {},
[INFO] [stdout]     |                                ^^^^^^^^^^^^ help: convert the identifier to snake case: `colored_point`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `getWidth` should have a snake case name
[INFO] [stdout]    --> src/dla/mod.rs:152:10
[INFO] [stdout]     |
[INFO] [stdout] 152 |   pub fn getWidth(&self) -> usize {
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to snake case: `get_width`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `getHeight` should have a snake case name
[INFO] [stdout]    --> src/dla/mod.rs:156:10
[INFO] [stdout]     |
[INFO] [stdout] 156 |   pub fn getHeight(&self) -> usize {
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to snake case: `get_height`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `generateEmptyPositionHash` should have a snake case name
[INFO] [stdout]    --> src/dla/mod.rs:160:6
[INFO] [stdout]     |
[INFO] [stdout] 160 |   fn generateEmptyPositionHash(width: usize, height: usize) -> Vec<Vec<FieldPosition>> {
[INFO] [stdout]     |      ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `generate_empty_position_hash`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `findNextPosition` should have a snake case name
[INFO] [stdout]    --> src/dla/mod.rs:174:6
[INFO] [stdout]     |
[INFO] [stdout] 174 |   fn findNextPosition(&self, x: i32, y: i32) -> (i32, i32) {
[INFO] [stdout]     |      ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `find_next_position`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `newX` should have a snake case name
[INFO] [stdout]    --> src/dla/mod.rs:176:13
[INFO] [stdout]     |
[INFO] [stdout] 176 |     let mut newX = if rng.gen_bool(0.5) { x + 1 } else { x - 1 };
[INFO] [stdout]     |             ^^^^ help: convert the identifier to snake case: `new_x`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `newY` should have a snake case name
[INFO] [stdout]    --> src/dla/mod.rs:177:13
[INFO] [stdout]     |
[INFO] [stdout] 177 |     let mut newY = if rng.gen_bool(0.75) { y + 1 } else { y - 1 };
[INFO] [stdout]     |             ^^^^ help: convert the identifier to snake case: `new_y`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `attemptCount` should have a snake case name
[INFO] [stdout]    --> src/dla/mod.rs:187:13
[INFO] [stdout]     |
[INFO] [stdout] 187 |     let mut attemptCount = 0;
[INFO] [stdout]     |             ^^^^^^^^^^^^ help: convert the identifier to snake case: `attempt_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `isPositionOccupied` should have a snake case name
[INFO] [stdout]    --> src/dla/mod.rs:205:6
[INFO] [stdout]     |
[INFO] [stdout] 205 |   fn isPositionOccupied(positionHash: &Vec<Vec<FieldPosition>>, x: i32, y: i32) -> bool {
[INFO] [stdout]     |      ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `is_position_occupied`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `positionHash` should have a snake case name
[INFO] [stdout]    --> src/dla/mod.rs:205:25
[INFO] [stdout]     |
[INFO] [stdout] 205 |   fn isPositionOccupied(positionHash: &Vec<Vec<FieldPosition>>, x: i32, y: i32) -> bool {
[INFO] [stdout]     |                         ^^^^^^^^^^^^ help: convert the identifier to snake case: `position_hash`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `isStuck` should have a snake case name
[INFO] [stdout]    --> src/dla/mod.rs:214:6
[INFO] [stdout]     |
[INFO] [stdout] 214 |   fn isStuck(&self, x: i32, y: i32, recursion: bool) -> bool {
[INFO] [stdout]     |      ^^^^^^^ help: convert the identifier to snake case: `is_stuck`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `colorizedPoint` should have a snake case name
[INFO] [stdout]    --> src/dla/mod.rs:222:28
[INFO] [stdout]     |
[INFO] [stdout] 222 |       FieldPosition::STUCK(colorizedPoint) => return true,
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `colorized_point`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `colorizedPoint` should have a snake case name
[INFO] [stdout]    --> src/dla/mod.rs:223:31
[INFO] [stdout]     |
[INFO] [stdout] 223 |       FieldPosition::OCCUPIED(colorizedPoint) => {
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `colorized_point`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `neighborX` should have a snake case name
[INFO] [stdout]    --> src/dla/mod.rs:247:13
[INFO] [stdout]     |
[INFO] [stdout] 247 |         let neighborX = x + dx as i32;
[INFO] [stdout]     |             ^^^^^^^^^ help: convert the identifier to snake case: `neighbor_x`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `neighborY` should have a snake case name
[INFO] [stdout]    --> src/dla/mod.rs:248:13
[INFO] [stdout]     |
[INFO] [stdout] 248 |         let neighborY = y + dy as i32;
[INFO] [stdout]     |             ^^^^^^^^^ help: convert the identifier to snake case: `neighbor_y`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `isEmpty` should have a snake case name
[INFO] [stdout]    --> src/dla/mod.rs:263:6
[INFO] [stdout]     |
[INFO] [stdout] 263 |   fn isEmpty(&self, x: i32, y: i32) -> bool {
[INFO] [stdout]     |      ^^^^^^^ help: convert the identifier to snake case: `is_empty`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `getOccpupiedCount` should have a snake case name
[INFO] [stdout]    --> src/dla/mod.rs:272:10
[INFO] [stdout]     |
[INFO] [stdout] 272 |   pub fn getOccpupiedCount(&self) -> u32 {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_occpupied_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `isEmpty` is never used
[INFO] [stdout]    --> src/dla/mod.rs:263:6
[INFO] [stdout]     |
[INFO] [stdout]  21 | impl DLAField {
[INFO] [stdout]     | ------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 263 |   fn isEmpty(&self, x: i32, y: i32) -> bool {
[INFO] [stdout]     |      ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `dlaField` should have a snake case name
[INFO] [stdout]   --> src/main.rs:19:12
[INFO] [stdout]    |
[INFO] [stdout] 19 |    let mut dlaField =
[INFO] [stdout]    |            ^^^^^^^^ help: convert the identifier to snake case: `dla_field`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `saveToPNG` should have a snake case name
[INFO] [stdout]   --> src/main.rs:35:4
[INFO] [stdout]    |
[INFO] [stdout] 35 | fn saveToPNG(dlaField: &DLAField) {
[INFO] [stdout]    |    ^^^^^^^^^ help: convert the identifier to snake case: `save_to_png`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `dlaField` should have a snake case name
[INFO] [stdout]   --> src/main.rs:35:14
[INFO] [stdout]    |
[INFO] [stdout] 35 | fn saveToPNG(dlaField: &DLAField) {
[INFO] [stdout]    |              ^^^^^^^^ help: convert the identifier to snake case: `dla_field`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `positionHash` should have a snake case name
[INFO] [stdout]   --> src/dla/mod.rs:18:7
[INFO] [stdout]    |
[INFO] [stdout] 18 |   pub positionHash: Vec<Vec<FieldPosition>>
[INFO] [stdout]    |       ^^^^^^^^^^^^ help: convert the identifier to snake case: `position_hash`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `numPoints` should have a snake case name
[INFO] [stdout]   --> src/dla/mod.rs:22:14
[INFO] [stdout]    |
[INFO] [stdout] 22 |   pub fn new(numPoints: i32, width: usize, height: usize) -> DLAField {
[INFO] [stdout]    |              ^^^^^^^^^ help: convert the identifier to snake case: `num_points`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `positionHash` should have a snake case name
[INFO] [stdout]   --> src/dla/mod.rs:24:13
[INFO] [stdout]    |
[INFO] [stdout] 24 |     let mut positionHash = DLAField::generateEmptyPositionHash(width, height);
[INFO] [stdout]    |             ^^^^^^^^^^^^ help: convert the identifier to snake case: `position_hash`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `getOneDimensionalRepresentation` should have a snake case name
[INFO] [stdout]   --> src/dla/mod.rs:46:10
[INFO] [stdout]    |
[INFO] [stdout] 46 |   pub fn getOneDimensionalRepresentation(&self, scale: usize) -> Vec<u8> {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_one_dimensional_representation`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `oneDimensionalLen` should have a snake case name
[INFO] [stdout]   --> src/dla/mod.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 49 |     let oneDimensionalLen = width * height;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `one_dimensional_len`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `xOriginal` should have a snake case name
[INFO] [stdout]   --> src/dla/mod.rs:57:11
[INFO] [stdout]    |
[INFO] [stdout] 57 |       let xOriginal = x / scale as usize;
[INFO] [stdout]    |           ^^^^^^^^^ help: convert the identifier to snake case: `x_original`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `yOriginal` should have a snake case name
[INFO] [stdout]   --> src/dla/mod.rs:58:11
[INFO] [stdout]    |
[INFO] [stdout] 58 |       let yOriginal = y / scale as usize;
[INFO] [stdout]    |           ^^^^^^^^^ help: convert the identifier to snake case: `y_original`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `colorizedPoint` should have a snake case name
[INFO] [stdout]   --> src/dla/mod.rs:64:33
[INFO] [stdout]    |
[INFO] [stdout] 64 |         FieldPosition::OCCUPIED(colorizedPoint) => {
[INFO] [stdout]    |                                 ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `colorized_point`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `colorizedPoint` should have a snake case name
[INFO] [stdout]   --> src/dla/mod.rs:70:30
[INFO] [stdout]    |
[INFO] [stdout] 70 |         FieldPosition::STUCK(colorizedPoint) => {
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `colorized_point`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `colorizedPoint` should have a snake case name
[INFO] [stdout]    --> src/dla/mod.rs:279:35
[INFO] [stdout]     |
[INFO] [stdout] 279 |           FieldPosition::OCCUPIED(colorizedPoint) => {
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `colorized_point`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `colorizedPoint` should have a snake case name
[INFO] [stdout]    --> src/dla/mod.rs:282:32
[INFO] [stdout]     |
[INFO] [stdout] 282 |           FieldPosition::STUCK(colorizedPoint) => {
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `colorized_point`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `getStuckCount` should have a snake case name
[INFO] [stdout]    --> src/dla/mod.rs:293:10
[INFO] [stdout]     |
[INFO] [stdout] 293 |   pub fn getStuckCount(&self) -> u32 {
[INFO] [stdout]     |          ^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_stuck_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `colorizedPoint` should have a snake case name
[INFO] [stdout]    --> src/dla/mod.rs:300:35
[INFO] [stdout]     |
[INFO] [stdout] 300 |           FieldPosition::OCCUPIED(colorizedPoint) => {},
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `colorized_point`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `colorizedPoint` should have a snake case name
[INFO] [stdout]    --> src/dla/mod.rs:301:32
[INFO] [stdout]     |
[INFO] [stdout] 301 |           FieldPosition::STUCK(colorizedPoint) =>{
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `colorized_point`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `isPositionOccupied_shouldReturnCorrectValues` should have a snake case name
[INFO] [stdout]    --> src/dla/mod.rs:318:6
[INFO] [stdout]     |
[INFO] [stdout] 318 |   fn isPositionOccupied_shouldReturnCorrectValues() {
[INFO] [stdout]     |      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `is_position_occupied_should_return_correct_values`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `colorizedPoint1` should have a snake case name
[INFO] [stdout]    --> src/dla/mod.rs:319:9
[INFO] [stdout]     |
[INFO] [stdout] 319 |     let colorizedPoint1: ColorizedPoint = ColorizedPoint { color: [0 ,0, 0,0 ]};
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `colorized_point1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `colorizedPoint2` should have a snake case name
[INFO] [stdout]    --> src/dla/mod.rs:320:9
[INFO] [stdout]     |
[INFO] [stdout] 320 |     let colorizedPoint2: ColorizedPoint = ColorizedPoint { color: [0 ,0, 0,0 ]};
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `colorized_point2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `positionHash` should have a snake case name
[INFO] [stdout]    --> src/dla/mod.rs:322:9
[INFO] [stdout]     |
[INFO] [stdout] 322 |     let positionHash = [
[INFO] [stdout]     |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `position_hash`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `isStuck_shouldReturnCorrectValues` should have a snake case name
[INFO] [stdout]    --> src/dla/mod.rs:341:6
[INFO] [stdout]     |
[INFO] [stdout] 341 |   fn isStuck_shouldReturnCorrectValues() {
[INFO] [stdout]     |      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `is_stuck_should_return_correct_values`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `colorizedPoint1` should have a snake case name
[INFO] [stdout]    --> src/dla/mod.rs:342:9
[INFO] [stdout]     |
[INFO] [stdout] 342 |     let colorizedPoint1 = ColorizedPoint {
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `colorized_point1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `colorizedPoint2` should have a snake case name
[INFO] [stdout]    --> src/dla/mod.rs:346:9
[INFO] [stdout]     |
[INFO] [stdout] 346 |     let colorizedPoint2 = ColorizedPoint {
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `colorized_point2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `colorizedPoint3` should have a snake case name
[INFO] [stdout]    --> src/dla/mod.rs:350:9
[INFO] [stdout]     |
[INFO] [stdout] 350 |     let colorizedPoint3 = ColorizedPoint {
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `colorized_point3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `colorizedPoint4` should have a snake case name
[INFO] [stdout]    --> src/dla/mod.rs:354:9
[INFO] [stdout]     |
[INFO] [stdout] 354 |     let colorizedPoint4 = ColorizedPoint {
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `colorized_point4`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `positionHash` should have a snake case name
[INFO] [stdout]    --> src/dla/mod.rs:358:9
[INFO] [stdout]     |
[INFO] [stdout] 358 |     let positionHash = [
[INFO] [stdout]     |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `position_hash`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `nextState` should have a snake case name
[INFO] [stdout]   --> src/dla/mod.rs:88:10
[INFO] [stdout]    |
[INFO] [stdout] 88 |   pub fn nextState(&mut self) -> bool {
[INFO] [stdout]    |          ^^^^^^^^^ help: convert the identifier to snake case: `next_state`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `isDone` should have a snake case name
[INFO] [stdout]   --> src/dla/mod.rs:89:13
[INFO] [stdout]    |
[INFO] [stdout] 89 |     let mut isDone = true;
[INFO] [stdout]    |             ^^^^^^ help: convert the identifier to snake case: `is_done`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `cntStuck` should have a snake case name
[INFO] [stdout]   --> src/dla/mod.rs:92:13
[INFO] [stdout]    |
[INFO] [stdout] 92 |     let mut cntStuck = 0;
[INFO] [stdout]    |             ^^^^^^^^ help: convert the identifier to snake case: `cnt_stuck`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `curVal` should have a snake case name
[INFO] [stdout]    --> src/dla/mod.rs:104:13
[INFO] [stdout]     |
[INFO] [stdout] 104 |         let curVal =  &self.positionHash[x as usize][y as usize];
[INFO] [stdout]     |             ^^^^^^ help: convert the identifier to snake case: `cur_val`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `newPosition` should have a snake case name
[INFO] [stdout]    --> src/dla/mod.rs:115:19
[INFO] [stdout]     |
[INFO] [stdout] 115 |               let newPosition = self.findNextPosition(x as i32, y as i32);
[INFO] [stdout]     |                   ^^^^^^^^^^^ help: convert the identifier to snake case: `new_position`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `coloredPoint` should have a snake case name
[INFO] [stdout]    --> src/dla/mod.rs:134:32
[INFO] [stdout]     |
[INFO] [stdout] 134 |           FieldPosition::STUCK(coloredPoint) => {},
[INFO] [stdout]     |                                ^^^^^^^^^^^^ help: convert the identifier to snake case: `colored_point`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `getWidth` should have a snake case name
[INFO] [stdout]    --> src/dla/mod.rs:152:10
[INFO] [stdout]     |
[INFO] [stdout] 152 |   pub fn getWidth(&self) -> usize {
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to snake case: `get_width`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `getHeight` should have a snake case name
[INFO] [stdout]    --> src/dla/mod.rs:156:10
[INFO] [stdout]     |
[INFO] [stdout] 156 |   pub fn getHeight(&self) -> usize {
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to snake case: `get_height`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `generateEmptyPositionHash` should have a snake case name
[INFO] [stdout]    --> src/dla/mod.rs:160:6
[INFO] [stdout]     |
[INFO] [stdout] 160 |   fn generateEmptyPositionHash(width: usize, height: usize) -> Vec<Vec<FieldPosition>> {
[INFO] [stdout]     |      ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `generate_empty_position_hash`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `findNextPosition` should have a snake case name
[INFO] [stdout]    --> src/dla/mod.rs:174:6
[INFO] [stdout]     |
[INFO] [stdout] 174 |   fn findNextPosition(&self, x: i32, y: i32) -> (i32, i32) {
[INFO] [stdout]     |      ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `find_next_position`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `newX` should have a snake case name
[INFO] [stdout]    --> src/dla/mod.rs:176:13
[INFO] [stdout]     |
[INFO] [stdout] 176 |     let mut newX = if rng.gen_bool(0.5) { x + 1 } else { x - 1 };
[INFO] [stdout]     |             ^^^^ help: convert the identifier to snake case: `new_x`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `newY` should have a snake case name
[INFO] [stdout]    --> src/dla/mod.rs:177:13
[INFO] [stdout]     |
[INFO] [stdout] 177 |     let mut newY = if rng.gen_bool(0.75) { y + 1 } else { y - 1 };
[INFO] [stdout]     |             ^^^^ help: convert the identifier to snake case: `new_y`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `attemptCount` should have a snake case name
[INFO] [stdout]    --> src/dla/mod.rs:187:13
[INFO] [stdout]     |
[INFO] [stdout] 187 |     let mut attemptCount = 0;
[INFO] [stdout]     |             ^^^^^^^^^^^^ help: convert the identifier to snake case: `attempt_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `isPositionOccupied` should have a snake case name
[INFO] [stdout]    --> src/dla/mod.rs:205:6
[INFO] [stdout]     |
[INFO] [stdout] 205 |   fn isPositionOccupied(positionHash: &Vec<Vec<FieldPosition>>, x: i32, y: i32) -> bool {
[INFO] [stdout]     |      ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `is_position_occupied`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `positionHash` should have a snake case name
[INFO] [stdout]    --> src/dla/mod.rs:205:25
[INFO] [stdout]     |
[INFO] [stdout] 205 |   fn isPositionOccupied(positionHash: &Vec<Vec<FieldPosition>>, x: i32, y: i32) -> bool {
[INFO] [stdout]     |                         ^^^^^^^^^^^^ help: convert the identifier to snake case: `position_hash`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `isStuck` should have a snake case name
[INFO] [stdout]    --> src/dla/mod.rs:214:6
[INFO] [stdout]     |
[INFO] [stdout] 214 |   fn isStuck(&self, x: i32, y: i32, recursion: bool) -> bool {
[INFO] [stdout]     |      ^^^^^^^ help: convert the identifier to snake case: `is_stuck`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `colorizedPoint` should have a snake case name
[INFO] [stdout]    --> src/dla/mod.rs:222:28
[INFO] [stdout]     |
[INFO] [stdout] 222 |       FieldPosition::STUCK(colorizedPoint) => return true,
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `colorized_point`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `colorizedPoint` should have a snake case name
[INFO] [stdout]    --> src/dla/mod.rs:223:31
[INFO] [stdout]     |
[INFO] [stdout] 223 |       FieldPosition::OCCUPIED(colorizedPoint) => {
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `colorized_point`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `neighborX` should have a snake case name
[INFO] [stdout]    --> src/dla/mod.rs:247:13
[INFO] [stdout]     |
[INFO] [stdout] 247 |         let neighborX = x + dx as i32;
[INFO] [stdout]     |             ^^^^^^^^^ help: convert the identifier to snake case: `neighbor_x`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `neighborY` should have a snake case name
[INFO] [stdout]    --> src/dla/mod.rs:248:13
[INFO] [stdout]     |
[INFO] [stdout] 248 |         let neighborY = y + dy as i32;
[INFO] [stdout]     |             ^^^^^^^^^ help: convert the identifier to snake case: `neighbor_y`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.88s
[INFO] [stdout] warning: method `isEmpty` should have a snake case name
[INFO] [stdout]    --> src/dla/mod.rs:263:6
[INFO] [stdout]     |
[INFO] [stdout] 263 |   fn isEmpty(&self, x: i32, y: i32) -> bool {
[INFO] [stdout]     |      ^^^^^^^ help: convert the identifier to snake case: `is_empty`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `getOccpupiedCount` should have a snake case name
[INFO] [stdout]    --> src/dla/mod.rs:272:10
[INFO] [stdout]     |
[INFO] [stdout] 272 |   pub fn getOccpupiedCount(&self) -> u32 {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_occpupied_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `colorizedPoint` should have a snake case name
[INFO] [stdout]    --> src/dla/mod.rs:279:35
[INFO] [stdout]     |
[INFO] [stdout] 279 |           FieldPosition::OCCUPIED(colorizedPoint) => {
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `colorized_point`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `colorizedPoint` should have a snake case name
[INFO] [stdout]    --> src/dla/mod.rs:282:32
[INFO] [stdout]     |
[INFO] [stdout] 282 |           FieldPosition::STUCK(colorizedPoint) => {
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `colorized_point`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `getStuckCount` should have a snake case name
[INFO] [stdout]    --> src/dla/mod.rs:293:10
[INFO] [stdout]     |
[INFO] [stdout] 293 |   pub fn getStuckCount(&self) -> u32 {
[INFO] [stdout]     |          ^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_stuck_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `colorizedPoint` should have a snake case name
[INFO] [stdout]    --> src/dla/mod.rs:300:35
[INFO] [stdout]     |
[INFO] [stdout] 300 |           FieldPosition::OCCUPIED(colorizedPoint) => {},
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `colorized_point`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `colorizedPoint` should have a snake case name
[INFO] [stdout]    --> src/dla/mod.rs:301:32
[INFO] [stdout]     |
[INFO] [stdout] 301 |           FieldPosition::STUCK(colorizedPoint) =>{
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `colorized_point`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "96231a3d3199a0c7f5ca38bd345b7ac1a571b7eb3fec02e1f6e3b754755c60a6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "96231a3d3199a0c7f5ca38bd345b7ac1a571b7eb3fec02e1f6e3b754755c60a6", kill_on_drop: false }`
[INFO] [stdout] 96231a3d3199a0c7f5ca38bd345b7ac1a571b7eb3fec02e1f6e3b754755c60a6
